home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- #if !defined(AFX_PALDLG_H__180C1E4C_6BF0_4D0B_AE71_CBE90BA8D14F__INCLUDED_)
- #define AFX_PALDLG_H__180C1E4C_6BF0_4D0B_AE71_CBE90BA8D14F__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PalDlg.h : header file
- //
- #include "resource.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CPalDlg dialog
-
- class CPalDlg : public CDialog
- {
- DECLARE_DYNAMIC(CPalDlg)
-
- // Construction
- public:
- CPalDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CPalDlg)
- enum { IDD = IDD_PALDLG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPalDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CPalDlg)
- afx_msg void OnTest();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_PALDLG_H__180C1E4C_6BF0_4D0B_AE71_CBE90BA8D14F__INCLUDED_)
-